Home } Forms } Form Totals



Presents an order form with checkboxes and upates the total price as the user checks and unchecks boxes. The visitor also cannot change the total field. Currently only supports selecting one of each item. More JavaScript forms available at http://members.aol.com/irandd/.
Example 1
Steak    $15.25     
Chicken  $12.39     
Sushi    $18.75     

Your total is:

Example 2
Tea      $  .50     
Cola     $  .79     
Coffee   $ 1.75     

Your total is:

JavaScript Source Code 2002: Forms: Form Totals

Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!